home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / PhotoFiltre 6.3.2 / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TCHGCOULEURFORM / TCHGCOULEURFORM.txt
Text File  |  2008-10-05  |  3KB  |  132 lines

  1. object ChgCouleurForm: TChgCouleurForm
  2.   Left = 320
  3.   Top = 186
  4.   ActiveControl = BOk
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remplacer une couleur'
  7.   ClientHeight = 201
  8.   ClientWidth = 297
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 40
  25.     Top = 16
  26.     Width = 51
  27.     Height = 13
  28.     Caption = 'Couleur 1 :'
  29.   end
  30.   object LblN: TLabel
  31.     Left = 16
  32.     Top = 80
  33.     Width = 48
  34.     Height = 13
  35.     Caption = 'Tol'#233'rance'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 168
  39.     Top = 16
  40.     Width = 51
  41.     Height = 13
  42.     Caption = 'Couleur 2 :'
  43.   end
  44.   object SB1: TSpeedButton
  45.     Left = 16
  46.     Top = 32
  47.     Width = 23
  48.     Height = 22
  49.     GroupIndex = 1
  50.     Flat = True
  51.   end
  52.   object SB2: TSpeedButton
  53.     Left = 144
  54.     Top = 32
  55.     Width = 23
  56.     Height = 22
  57.     GroupIndex = 1
  58.     Flat = True
  59.   end
  60.   object BAnnuler: TButton
  61.     Left = 208
  62.     Top = 160
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Annuler'
  67.     TabOrder = 0
  68.     OnClick = BAnnulerClick
  69.   end
  70.   object BOk: TButton
  71.     Left = 128
  72.     Top = 160
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Ok'
  76.     Default = True
  77.     TabOrder = 1
  78.     OnClick = BOkClick
  79.   end
  80.   object BApercu: TButton
  81.     Left = 16
  82.     Top = 160
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Aper'#231'u'
  86.     TabOrder = 3
  87.     OnClick = BApercuClick
  88.   end
  89.   object TBN: TTrackBar
  90.     Left = 10
  91.     Top = 96
  92.     Width = 279
  93.     Height = 33
  94.     Max = 100
  95.     Orientation = trHorizontal
  96.     PageSize = 5
  97.     Frequency = 5
  98.     Position = 30
  99.     SelEnd = 0
  100.     SelStart = 0
  101.     TabOrder = 2
  102.     ThumbLength = 15
  103.     TickMarks = tmBottomRight
  104.     TickStyle = tsAuto
  105.     OnChange = TBNChange
  106.   end
  107.   object ColorEdit1: TColorEdit
  108.     Left = 40
  109.     Top = 32
  110.     Width = 89
  111.     Height = 22
  112.     BorderStyle = bsSingle
  113.     Color = clBlack
  114.     CustomText = 'Autres couleurs...'
  115.     ColorDialog = MainForm.GlobalColorDialog
  116.     ReadOnly = False
  117.     OnChange = ColorEditChange
  118.   end
  119.   object ColorEdit2: TColorEdit
  120.     Left = 168
  121.     Top = 32
  122.     Width = 80
  123.     Height = 22
  124.     BorderStyle = bsSingle
  125.     Color = clWhite
  126.     CustomText = 'Autres couleurs...'
  127.     ColorDialog = MainForm.GlobalColorDialog
  128.     ReadOnly = False
  129.     OnChange = ColorEditChange
  130.   end
  131. end
  132.